11,016 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Microsoft Graph Stopped sending change notifications

I have created a subscription using Microsoft graph to receive change notifications for updated,deleted getting change notifications when user is deleted from Microsoft Entra, but not getting notifications when user app assignment is updated.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,024 questions
asked 2024-06-10T14:56:58.1366667+00:00
Sai Rajesh 0 Reputation points
1 answer One of the answers was accepted by the question author.

Not getting change notifications when a user is added to enterprise application

I have set up a change notification for all users /users following this guide: https://learn.microsoft.com/en-us/graph/change-notifications-overview#supported-resources I am getting notifications when e.g. a user is disabled or enabled, so that's working…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,024 questions
asked 2024-03-01T06:54:33.6733333+00:00
Ullvar 20 Reputation points
commented 2024-06-10T14:54:59.6+00:00
Sai Rajesh 0 Reputation points
0 answers

How do you get more than 10 items back from the microsoft graph me/drive/following endpoint?

Hi, I'm trying to build a webpart in sharepoint that displays a list of drive items that the user has followed I've tried using both /me/drive/following & /me/drives/{default drive id}/following and they do give me results, however, the endpoint…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-10T14:32:36.43+00:00
James Derrick 0 Reputation points
0 answers

Geeting error when perform app provisioning

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,024 questions
asked 2024-06-10T10:18:44.6466667+00:00
Vaibhav Patil 20 Reputation points
edited the question 2024-06-10T14:24:14.99+00:00
Ryan Hill 26,546 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Teams Phone with Calling Plan (country zone 1 - US) and Java

Hi there, i have a Teams Phone with Calling Plan (country zone 1 - US) license and I want to make calls but in a Java inegration with the help of Microsoft Graph my question will be if there is any money charge when calls are made from my java…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,333 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
137 questions
asked 2024-06-07T20:16:43.1133333+00:00
Carlos Toledo 40 Reputation points
accepted 2024-06-10T14:03:46.9666667+00:00
Carlos Toledo 40 Reputation points
0 answers

Addressing Slow Response Times in Graph API Calendar GetSchedule for Retrieving Over 20 Schedules

Scenario :- We need to display all available room for an location selected for an certain time interval. Could you suggest an alternative approach for efficiently displaying all available rooms for a selected location within a specific time interval?…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
620 questions
asked 2024-06-10T13:29:40.3533333+00:00
Maddukuri, Shyam Satya Chand 0 Reputation points
edited the question 2024-06-10T13:40:44.7566667+00:00
Maddukuri, Shyam Satya Chand 0 Reputation points
1 answer

How to update a SharePoint column with Graph API?

Hi there I'm trying to update the column value of a column I created on a SharePoint site. I found this blog post which describes how to do this. On my test site this worked out. However, on the prod site I get the following error with code 403: { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,973 questions
asked 2024-06-10T12:11:41.27+00:00
omg_math 0 Reputation points
commented 2024-06-10T13:33:11.1033333+00:00
omg_math 0 Reputation points
0 answers

GRAPH: Retrieve Image from Microsoft List via Graph

Hello, I have integrated a Microsoft list with Graph. I can read and write List Items. I am also seeing the field "DevicePhoto" while retrieving the items of the list: "DevicePhoto":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,973 questions
asked 2024-06-05T10:53:44.1833333+00:00
Jens Krengel 0 Reputation points
commented 2024-06-10T13:30:33.1266667+00:00
Jens Krengel 0 Reputation points
0 answers

Draft message

Hello, Is there a possibility to change a draft message to a standard message? I tried to set PR_MESSAGE_FLAGS but it did not work. My core issue is that I have .msg file which needs to be inserted into a specific mailbox and folder using MS…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-10T13:12:01.9033333+00:00
Emil Pavčiak 20 Reputation points
1 answer

How do I resolve an Insufficient privileges to complete the operation error while sending PostAsCheckMemberGroupsPostResponseAsync?

I want to check if a certain user ID is present in a specified list of AD groups. I am using the code snippet available for C# from the documentation:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-05-29T05:23:20.0966667+00:00
Kripa Tharakan 0 Reputation points
commented 2024-06-10T12:42:54.2333333+00:00
Kripa Tharakan 0 Reputation points
3 answers

OneDrive - graph api to get files shared with a user

What is the graph Api to get the files shared with user for OneDrive ? (using the below auth flow) I am using an Azure Add App and the client credential flow with a self signed certificate as below. Using this, and the graph Apis, I am able to get the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
891 questions
asked 2024-02-26T06:34:15.3633333+00:00
Sushama Shroff (sushroff) 5 Reputation points
answered 2024-06-10T12:25:03.9266667+00:00
Ciaran 6 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to delet an enterprise application , getting error of : Error creating app: Error: Property appId is invalid.

Hey , i am using javascript sdk for graph , and trying to delete an application but getting the following error : Error creating app: Error: Property appId is invalid. at new GraphError…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-06T12:53:52.1833333+00:00
Eyal Ringwald 20 Reputation points
commented 2024-06-10T11:51:00.6966667+00:00
Eyal Ringwald 20 Reputation points
2 answers

Can I put the value of instanceDurationInDays in minutes for the QA while creating access reviews using powershell?

I am able to create an azure access reviews with Graph API 1.0 using PowerShell. Now, there is a property called instanceDurationInDays which should have an integer value. The access review will remain active for the number of days of the value of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,426 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,209 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,024 questions
asked 2024-05-27T13:42:49.5833333+00:00
Sumit Bhargav 0 Reputation points
commented 2024-06-10T11:06:28.2733333+00:00
Shweta Mathur 28,306 Reputation points Microsoft Employee
1 answer

Update calendar event is throwing error

I am using UpdateEvent API to update calendar event. It is throwing error as "The specified object was not found in the store". This was working fine before. API Used: https://graph.microsoft.com/v1.0/me/events/{EventId} Request: { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-10T09:56:21.45+00:00
Wasim Shaikh 0 Reputation points
answered 2024-06-10T10:11:34+00:00
CarlZhao-MSFT 38,436 Reputation points
1 answer

Not able to create webhook subsciption for "create calendar"

We are unable to create a webhook subscription for the creation of new calendars, as we are receiving an error response for the provided request body. API: https://graph.microsoft.com/v1.0/subscriptions Request Body { changeType:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-06T09:01:32.18+00:00
Agami Technologies 0 Reputation points
commented 2024-06-10T09:58:57.68+00:00
CarlZhao-MSFT 38,436 Reputation points
1 answer

Microsoft Entra Id - Sign In Log API

Hello Team, Could you please let us know, the difference between these sign-In APIs [ https://graph.microsoft.com/beta/auditLogs/signIns] https://graph.microsoft.com/v1.0/auditLogs/signIns Reference: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,024 questions
asked 2024-06-06T07:39:54.48+00:00
Ron Weasley 0 Reputation points
commented 2024-06-10T09:57:55.8933333+00:00
CarlZhao-MSFT 38,436 Reputation points
1 answer

Graph SDK | .orderBy not working in B2C tenants

Hi, I would like to read out all users with the Microsoft Graph SDK (Typescript) and get them sorted by the "createdDateTime". In normal Azure tenants this works without any problems, but in a B2C tenant it does not work so far. This is how my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-04T13:08:42.0433333+00:00
Diego 0 Reputation points
commented 2024-06-10T09:57:26.26+00:00
CarlZhao-MSFT 38,436 Reputation points
2 answers

How can I use the Microsoft Graph SDK in my application?

Good day, I am fairly new to the Microsoft Graph SDK and I require it in this application I am working on. In a nutshell, I intend to use the API to create a meeting link (For an appointment between Two or more parties, probably just two people). So a…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,840 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,333 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-06-01T15:04:55.46+00:00
YAKUB AJIBADE 0 Reputation points
commented 2024-06-10T09:56:36.2866667+00:00
CarlZhao-MSFT 38,436 Reputation points
1 answer

Azure logic apps - How to resolve GraphUserDetailNotFound in the same tenant ?

Hi, I created a logic apps with the teams connector "Post message in a chat or channel". I am connected as "myaccount@tenant.com" and want to post the message to an existing account eg. "anotheraccount@tenant.com". I got the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,333 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,920 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
asked 2024-01-08T09:06:46.7633333+00:00
Patrick RANDRIANJATOVO 20 Reputation points
commented 2024-06-10T09:47:11.31+00:00
Huneke, Immo 0 Reputation points
1 answer

File movement from sharepoint Nested Subfolders using Microsoft Graph API to blob using ADF

I am trying to copy files from sharepoint to Azure Blob Storage using Microsoft Graph API in ADF. I am able to do it when the sharepoint folder structure is flat. I am facing issue when the sharepoint has nested subfolders. Is there a way to get…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,528 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,994 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,854 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,973 questions
asked 2024-06-05T02:34:02.96+00:00
Jagdev Sinder 0 Reputation points
commented 2024-06-10T09:36:54.76+00:00
Smaran Thoomu 11,290 Reputation points Microsoft Vendor